• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

Search results

  1. Abwayax

    The Computer Science Club

    Depending on the language in question, there may or may not be an exception if some file can't be found. I'll infer from you sig that you're talking about Java - please correct me if I'm wrong - and in most cases Java will throw an exception if it can't find a file. Make sure you're not catching...
  2. Abwayax

    The Computer Science Club

    I completely agree with having a dedicated UI+layout language. It's just that HTML+CSS isn't it, especially for applications. HTML is meant to mark up documents. Something like XUL would work. Someone even tried this with Swing... but for some reason it needs a J2EE webapp container? CSS is...
  3. Abwayax

    The Computer Science Club

    First language I dabbled was probably qbasic. First language that I ever actually got into was visual basic. First language that I ever did anything useful with was PHP. Fairly advanced in PHP, Java, JavaScript; intermediate in python. Python is what they should be teaching in schools, not Java...
Back
Top Bottom